home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / scuba.swf / scripts / frame_18 / DoAction.as < prev   
Text File  |  2012-01-07  |  198b  |  9 lines

  1. if(gConstantsSet == false)
  2. {
  3.    gConstantsSet = true;
  4.    skillLevel.gotoAndStop(String(gSkillLevel));
  5.    fnSetConstants();
  6. }
  7. points = eval("POINTS_FOR_MINE_" + String(gSkillLevel));
  8. stop();
  9.